Pages tagged with drupal 7

I'm still in the process of tagging pages that were migrated from the old site, so for now you're best off using the search engine rather than relying on the tags.

  • Drupal 7 - Check sidebars from the node templateDrupal 7 loggingComparing and filtering dates in Drupal 7 ViewsDrupal 7 how toDrupal 7 themeingUndefined index render elementDrupal 7 gotchas / bugsDrupal 7 Anti SpamDrupal 7 modules for key/value pair fieldsDrupal ...
  • Check sidebars from the node template - To read information about sidebars in a node template (node.tpl.php) in Drupal 7, you need to set the data in your theme_preprocess_page() function (in your theme’s template.php), where the sidebar info is made available by Drupal: /** * Implementati...
  • Comparing and filtering dates in Drupal 7 Views - One of my Drupal projects was for a membership website that had different types of membership (via the (Membership Entity](https://www.drupal.org/project/membership_entity){:.weblink} module): Family membership for up to two adults (18+ years old) ...
  • Drupal 7 how to - Index Debugging errors Override a theme function View the theme registry Update an unlimited date field Render a node’s field in page.tpl.php Get the value of a node’s field Add content to region Create a basic theme Use theme CSS wi...
  • Drupal 7 themeing - Correctly get fields Use the field_get_items() function to get a node’s fields, as this respects the current language. Certainly don’t index directly into the array. The following example gets the first item of an image field (with machine name ‘fiel...
  • Undefined index render element - In Drupal 7 (I’m running version 7.26 at the moment), if you receive the following error… Notice: Undefined index: render element in theme() (line 1081 of /home/bn/brighternet/clients/mmh/dev/website/drupal/includes/theme.inc). …then you probably f...
  • Drupal 7 gotchas / bugs - Notes about Drupal 7 gotchas / bugs. Index Theming blocks inside panels cron.php 404 not found Can’t use dpm() in templates Date field rounding when editing Temporary managed files and the private filesystem Rules OR condition format Se...
  • Drupal 7 Anti Spam - There are loads of options for preventing spam on Drupal 7. Just search the web. I’m looking at four alternatives that range in complexity and cost. Best start with the simplest and move up in complexity as required. Spamicide Spamicide Provides a s...
  • Drupal 7 modules for key/value pair fields - Values Field collection TableField Double field
  • Miscellaneous Drupal 7 notes - Miscellaneous notes on Drupal 7. There are Other Drupal 7 notes on this site. Chances are that if I mention a module on this page without describing it in any way, then there’ll be mention of it in my notes on Drupal 6 modules or Drupal 7 modules. Man...
  • Drush multi-site - View update status for all sites in a multi-site setup: drush @sites ups View update status for one site of a multi-site setup: drush -l example.com ups Reference: Use Drush to update multi-site setup
  • Drupal 7 modules - Notes on Drupal 7 modules. Chances are that if I mention a module on this page without describing it in any way, then there’ll be mention of it in my notes on Drupal 6 modules. Many modules haven’t changed much between Drupal versions. Check my Drupa...

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top